/* 首页2222 */
.fl {
  float: left;
}
.fr {
  float: right;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/*初始化chrome浏览器最小字号*/
html,
body,
div,
ol,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
p,
span,
table,
th,
td,
form {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
body,
input,
button,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img,
a img {
  border: 0;
}
a {
  outline: medium none;
  text-decoration: none;
}
a:link,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
}
label {
  cursor: pointer;
}
ul,
ol,
dl {
  list-style: none;
}
em,
cite,
i,
optgroup {
  font-style: normal;
}
input:focus,
textarea:focus {
  outline: none;
}
/* 去除Chrome等浏览器文本框默认发光边框 */
input::-ms-clear {
  display: none;
}
/* 去除IE10+浏览器文本框后面的小叉叉 */
textarea {
  resize: none;
}
body {
  color: #fff;
  overflow-x: hidden;
}


.mainBox{
	position: relative;
}

.mainBoxLeft{
	position: absolute;
	left: -1000px;
	width: 1000px;
	background:rgba(0,0,0,.8);
	bottom: 90px;
    top: 0;
    z-index: 11;
    height: 100%;
}
.mainBoxLeft:after,.mainBoxRight:after{
	content: "";
	position: absolute;
	bottom: -90px;
	height: 90px;
	left: 0;
	right: 0;
	background: #0b0b0b;
}
.mainBoxRight{
	position: absolute;
	right: -1000px;
	width: 1000px;
	background:rgba(0,0,0,.8);
	bottom: 90px;
    top: 0;
    z-index: 11;
    height: 100%;
}
.cultureBox{
	padding: 50px 0 100px 0;
}
	
.body-main.wrap {
  overflow: visible;
}
.sec2 {
  padding-top: 20px;
  padding-bottom: 100px;
  background-color: #121212;
}
.sec-4 .wrap > .row,
.sec-5 .wrap > .row {
  margin-right: -15px;
}
.wrap.main-wrap .row.p1-p2,
.wrap.main-wrap .row.p3-p4{
  display: flex;
  flex-wrap: wrap;
}
.wrap.main-wrap .row.p1-p2 .com-box,
.wrap.main-wrap .row.p3-p4 .com-box{
  display: flex;
  flex-direction: column;
}
.oa {
  overflow: auto;
}
.oh {
  overflow: hidden;
}
.cl {
  *zoom: 1;
}
.cl:after,
.cl:before {
  *zoom: 1;
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.dib {
  display: inline-block;
}
.h100 {
  height: 100%;
}
.db {
  display: block;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
/*img{
  display: block;
}*/
/**/
a {
  color: #fff;
}
a .active,
a:hover {
  color: #fff;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.container-fluid,
.container,
.row {
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin: 0;
}
.rate-box {
  position: relative;
  margin: 0;
  padding: 0;
  padding-top: 66%;
}
.rate-h {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.n-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vm {
  vertical-align: middle !important;
}
/**/
.ad {
  text-align: center;
}
.ad img {
  max-width: 100%;
}
html,
body {
  background-color: #0b0b0b;
}
/* 超小屏幕（手机，小于 768px） */
/* 没有任何媒体查询相关的代码，因为这在 Bootstrap 中是默认的（还记得 Bootstrap 是移动设备优先的吗？） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
.topbar {
  padding: 20px 0;
  background-color: #000;
  border-bottom: 1px solid #4f4f4f;
  height: 100px;
}
.topbar .logo {
  display: block;
  height: 100%;
}
.topbar .logo img {
  height: 100%;
}
.topbar .toolbar-right {
  line-height: 55px;
  display: table;
}
.topbar .toolbar-right .search {
  display: table-cell;
}
.topbar .toolbar-right .search input {
  line-height: 24px;
}
.topbar img {
  display: block;
}
.topbar input {
  background-color: #808080;
  border: none;
  outline: none;
  padding: 5px 20px;
  border-radius: 5px;
}
.topbar .search-btn {
  background: none;
  border: none;
  outline: none;
  font-size: 18px;
  margin: 0 10px;
}
.topbar .search-btn span {
  top: 4px;
}
.topbar .space {
  vertical-align: middle;
}
.topbar .login-box {
  margin-right: 10px;
}
.topbar .login-box a {
  color: #fff;
}
.topbar .login-box span {
  margin: 0 5px;
}
.nav {
  font-size: 0;
  white-space: nowrap;
  overflow: auto;
  margin-bottom: 20px;
}
.nav li {
  display: inline-block;
  margin-right: 10px;
}
.nav a {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  padding: 10px;
  color: #fff;
}
.nav a.active,
.nav a:hover {
  background-color: #014478;
}
.announce .announce-btn-box {
  font-size: 0;
}
.announce .announce-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url('../img/icon/announce.png') no-repeat;
  background-size: 100%;
  margin-top: 3px;
}
.announce .announce-list {
  margin-left: 30px;
  margin-right: 90px;
  height: 25px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.announce-list ul {
	position:absolute;
	left:0px;
	top:0px;
}

.announce .announce-list li {
  margin-right: 70px;
  font-size: 18px;
  /*float:left;*/
}
.announce .announce-list li a {
  color: #ddd;
}
.announce .announce-list li a:hover {
  color: #ddd;
  font-weight: bold;
}
.announce .announce-btn {
  font-size: 20px;
}
.announce .more {
  cursor: pointer;
  padding: 0px 20px;
  line-height: 25px;
  border-radius: 30px;
  font-size: 14px;
  background-color: #014478;
}
.gather > .row {
  height: 7.2731rem;
}
.gather .three-box {
  margin-top: 0.2rem;
}
.gather,
.special {
  margin-top: 20px;
}
.gather a:hover {
  font-weight: bold;
}
.gather .paper,
.special .paper {
  padding-right: 17px;
  height: 100%;
}
.gather .paper a,
.special .paper a {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 10px;
  background-color: #014478;
}
.gather .paper a img,
.special .paper a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gather .paper .desc,
.special .paper .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.gather .paper .desc p,
.special .paper .desc p {
      padding: .2rem 0.39rem;
  padding-right: 22%;
  font-size: 20px;
}
.gather .paper .desc .paper-tag,
.special .paper .desc .paper-tag {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
}
.gather .right-box,
.special .right-box {
  height: 100%;
}
.gather .right-box .yingxiang,
.special .right-box .yingxiang {
  -webkit-box-shadow: 6px 6px 0px 0px #23211d;
  -moz-box-shadow: 6px 6px 0px 0px #23211d;
  box-shadow: 6px 6px 0px 0px #23211d;
  height: 4rem;
}
.gather .right-box .yingxiang a,
.special .right-box .yingxiang a {
  width: 100%;
  height: 100%;
  position: relative;
}
.gather .right-box .yingxiang img,
.special .right-box .yingxiang img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gather .right-box .yingxiang .tit,
.special .right-box .yingxiang .tit {
  position: absolute;
  left: 0;
  top: 20%;
}
.gather .right-box .yingxiang .tit .small-tit,
.special .right-box .yingxiang .tit .small-tit {
  background-color: #9a6e3d;
  font-size:19px;
  padding: 5px;
  /* margin-bottom: -10px; */
  padding-left: 30px;
  padding-right: 10px;
  font-weight: bold;
  height: 40px;
  display: none;
}
.gather .right-box .yingxiang .tit .big-tit,
.special .right-box .yingxiang .tit .big-tit {
  font-size: 44px;
  font-weight: bold;
  padding-left: 30px;
}
.gather .three-box .wr{
  margin-left: 17px;
}
.gather .three-box .w5,
.special .three-box .w5 {
  margin-right: 17px;
}
.gather .three-box .wr .rate-box,
.gather .three-box .w5 .rate-box,
.special .three-box .w5 .rate-box {
  height: 3.0729rem;
  -webkit-box-shadow: 6px 6px 0px 0px #23211d;
  -moz-box-shadow: 6px 6px 0px 0px #23211d;
  box-shadow: 6px 6px 0px 0px #23211d;
  padding-top: 74%;
}
.gather .three-box .wr .rate-box img,
.gather .three-box .w5 .rate-box img,
.special .three-box .w5 .rate-box img {
    min-height: 100%;
    min-width: 100%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.gather .three-box .w3 .rate-box,
.special .three-box .w3 .rate-box {
  overflow: hidden;
  padding-top: 170%;
  height: 3.0729rem;
  -webkit-box-shadow: 6px 6px 0px 0px #23211d;
  -moz-box-shadow: 6px 6px 0px 0px #23211d;
  box-shadow: 6px 6px 0px 0px #23211d;
}
.gather .three-box .w3 .rate-box img,
.special .three-box .w3 .rate-box img {
  /* max-width: 100%;
  max-height: 100%;
  object-fit: contain; */
  width: 100%;
    /* max-height: 100%; */
    object-fit: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
}
.gather .three-box .desc-box,
.special .three-box .desc-box {
  width: 100%;
  min-height: 1.08rem;
  max-height: 100%;
  overflow: hidden;
  bottom: 0;
  padding: 0.2rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.gather .three-box .desc-box .tit,
.special .three-box .desc-box .tit {
  font-size: 18px;
  font-weight: bold;
}
.special {
  /* height: 120px; */
}
.special .three-box {
  margin-top: 0;
}
.special .tit {
  -webkit-box-shadow: 6px 6px 0px 0px #23211d;
  -moz-box-shadow: 6px 6px 0px 0px #23211d;
  box-shadow: 6px 6px 0px 0px #23211d;
  width: 102px;
  height: 100%;
  background-color: #014478;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.special .tit p {
  padding: 0 15px;
  font-size: 16px;
  font-weight: bold;
  height: 120px;
  display: table-cell;
  vertical-align: middle;
}
.special .left-box .special-item {
  margin-left: 60px;
  margin-right: 17px;
}
.special .special-item {
  /* height: 120px; */
  padding: 20px;
  -webkit-box-shadow: 6px 6px 0px 0px #23211d;
  -moz-box-shadow: 6px 6px 0px 0px #23211d;
  box-shadow: 6px 6px 0px 0px #23211d;
  background: url("../img/icon/special-1.png") no-repeat;
  background-position: right bottom;
  background-size: 90px;
}
.special .special-item .img-box{
	height: 100%;
	overflow: hidden;
}
.special .special-item .img-box img {
  width: 100%;
  /* min-height: 100%; */
}
.special .special-item .desc {
  padding-left: 20px;
  padding-top: 0.05rem;
  paddding-bottom: 0.15rem;
  font-size: 0.18rem;
}
.special .s1 {
  background-color: #102658;
}
.special .s2 {
  background-color: #182c4d;
  background-image: url("../img/icon/special-2.png");
}
.special .s3 {
  background-color: #273b5c;
  background-image: url("../img/icon/special-3.png");
}
.special .s4 {
  background-color: #102658;
  background-image: url("../img/icon/special-4.png");
}
.special .s5 {
  background-color: #182c4d;
  background-image: url("../img/icon/special-5.png");
}
.pc.special .special-item > div {
  height: 100%;
}
.pc.special .more {
  background: #014478 url('../img/icon/special-more.png') no-repeat right bottom;
}
.ztCont{
	position: relative;
	padding: 0 11% 0 117px;
}

.ztBanner{
	position: relative;
	overflow: hidden;
	float: left;
	width:100%;
	/* height: 120px; */
}
.ztBanner .swiper-wrapper{
  height: auto!important;
  display: flex;
}
.ztBanner .swiper-slide{
  height: auto!important;
  display: flex;
}
.ztBanner .swiper-slide a{
	margin-right: .2rem;
	display: block;
}

.pc.special .more {
  -webkit-box-shadow: 6px 6px 0px 0px #23211d;
  -moz-box-shadow: 6px 6px 0px 0px #23211d;
  box-shadow: 6px 6px 0px 0px #23211d;
  background-color: #014478;
  padding: 20px;
  padding-top: 30px;
  /* height: 120px; */
  width: 11%;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 28px;
}
.pc.special .more:hover {
  font-weight: normal;
}
.mb.special .title {
  margin-bottom: 10px;
}
.mb.special .title > span {
  border-left: 4px solid #014478;
  padding-left: 8px;
}
.mb.special .title .more {
  float: right;
}
.mb.special .special-item {
  height: auto;
}
.mb.special li {
  margin-bottom: 10px;
}
/*.title {
  position: relative;
  height: 58px;
  line-height: 58px;
  color: #e3b37b;
  width: 100%;
  margin-bottom: 17px;
  margin-top: 90px;
  border-bottom: 1px solid rgba(256, 256, 256, 0.2);
  padding-right: 17px;

  .more {
    color: #959595;
    font-size: 14px;
    float: right;
  }
}*/
.economics-sociology-hot .leftBox .title {
  border: none;
}
.economics-sociology-hot .leftBox .title .borderDiv {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.economics-sociology-hot .leftBox .economics .content {
  width: 100%;
}
.economics-sociology-hot .leftBox .economics .content .imgBox {
  display: inline-block;
  max-width: 50%;
  min-width: 50%;
}
.economics-sociology-hot .leftBox .economics .content .imgBox div {
  background-color: #313131;
}
.economics-sociology-hot .leftBox .economics .content .imgBox .phonePadding {
  margin-right: 8px;
  margin-bottom: 8px;
}
.economics-sociology-hot .leftBox .economics .content .imgBox .phonePadding1 {
  margin-left: 8px;
  margin-bottom: 8px;
}
.economics-sociology-hot .leftBox .economics .content .imgBox img {
  width: 100%;
}
.economics-sociology-hot .leftBox .economics .content .imgBox p {
  margin: 17px 17px 0 17px;
  padding-bottom: 5px;
  font-size: 16px;
  color: #fff;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.economics-sociology-hot .leftBox .economics .content .imgBoxs {
  max-width: 100%;
  min-width: 100%;
}
.economics-sociology-hot .leftBox .sociology .title {
  margin-top: 60px;
}
.economics-sociology-hot .hot .title {
  line-height: 58px;
  padding-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.economics-sociology-hot .hot .title div {
  border-bottom: none;
}
.economics-sociology-hot .hot .content {
  width: 100%;
}
.economics-sociology-hot .hot .content .item {
  border-bottom: 1px solid #222;
  background-color: #313131;
  padding:4.85% 5%;
  float: left;
  width: 100%;
  flex-grow:1;
}
.economics-sociology-hot .hot .content .item a{
	float: left;
	width: 100%;
}
.economics-sociology-hot .hot .content .item .hot-desc {
  float: left;
  width: 55%;
  padding-left:5%;
  padding-top: 10px;
}
.economics-sociology-hot .hot .content .item .hot-desc img {
  margin-right: 5px;
}
.economics-sociology-hot .hot .content .item .topThree {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 3; */
  overflow: hidden;
}
#home_value_box .economics-sociology-hot .row.main-wrap{
  display: flex;
    flex: 1;
}
#home_value_box .economics-sociology-hot .row.main-wrap .leftBox{
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
.home-video {
  padding-top: 70px;
}
.home-video .content .leftBox video {
  width: 100%;
  outline: none;
  height: 100%;
}
.home-video .content .leftBox .rate-box {
  padding-top:56%;
}
.hiddenWrap{
    width: 100%;
    max-width: 1550px;
    /*padding: 0 10px;*/
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important; 
}
.home-video .content .leftBox img {
  max-width: 100%;
  /* max-height: 100%; */
  object-fit: contain;  
}
.home-video .content .leftBox .video-desc {
  background-color: #313131;
     font-size: 20px;
    padding: 18px;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-video .content .play-btn2 {
  position: absolute;
  bottom: 30px;
  right: 20px;
  padding: 2px 11px 5px 12px;
  background-color: #996e3d;
  border-radius: 30px;
}
.desc-boxHidden .play-btn2{
	bottom: 80px !important;
}
.home-video .content .play-btn2 span {
  font-size: 14px;
}
.home-video .content .glyphicon {
  top: unset;
}
.home-video .content .rightBox {
  /*.playItem:nth-child(2n) {
        padding-left: 8px;
      }

      .playItem:nth-child(2n+1) {
        padding-right: 8px;
      }*/
      display: flex;
      flex-direction: column;
}
.home-video .content .rightBox ul.row{
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  align-content: space-between;
}
.home-video .content .rightBox li {
  /* margin-bottom: 2%; */
  overflow: hidden;
}
.home-video .content .rightBox .rate-box {
  padding-top:56%;
}
.home-video .content .rightBox .rate-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.home-video .content .rightBox .playItem {
  margin-left: 4.8%;
}
.home-video .content .rightBox .playItem :hover .texts {
  font-weight: bold;
}
.home-video .content .rightBox .desc-box {
  width: 100%;
  bottom: 0;
  overflow: unset;
  max-height: unset;
}
.home-video .content .rightBox .desc-boxHidden {
  width: 100%;
  bottom: 0;
  left: 0;
}
.home-video .content .rightBox .desc-box .play-btn2 {
  top: -30px;
  bottom: auto;
}
.home-video .video-box {
  cursor: pointer;
}
.home-video .content.row {
  display: flex;
}
.bg-pary {
  background-color: #313313;
}
.bg-black {
  background: black;
}
.sz-gj {
  background-image: url('../img/line-top.jpg'), url('../img/pngs/line-bottom.png');
  background-color: #121620;
  background-repeat: no-repeat;
  background-position: center top,center bottom;
  background-size: 100%;
  padding: 70px 0;
}
.com-box .cur-title .title-box .dib .iconfont {
  font-size: 24px;
  vertical-align: middle;
}
.com-box .cur-title {
  color: #e3b37b;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.com-box .cur-title .title-box {
  height: 36px;
}
.com-box .cur-title img {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.com-box .img-box {
  /*height: 2.8rem;*/
 padding-top:67%;
}
.com-box .more {
  color: #959595 !important;
  float: right;
  font-size: 15px;
  line-height: 34px;
}
.com-box .zoom {
  margin-right: 10px;
}
.com-box .title-box .tit {
  font-size: 18px;
  vertical-align: -3px;
  margin-left: 4px;
}
.com-box .cur-border {
  border-bottom: 1px solid #343233;
}
.com-box .mainBox {
  margin-right: -17px;
}
.com-box .mainBox a:hover {
  font-weight: bold;
}
.com-box .mainBox img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  /* margin: 0 auto; */
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.com-box .mainBox .con-news {
  padding-right: 17px;
  display: flex;
  flex-direction: column;
}
.com-box .mainBox .con-news a.single-link{
  /* flex:1; */
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.com-box .mainBox .row{
  display: flex;
  flex-wrap: wrap;
  /* flex:1; */
  flex-grow: 1;
  height: 100%;
}
.com-box .desc-box {
     padding: 10px 20px;
    font-size: 14px;
    /* height:56px; */
    min-height: 56px;
    overflow: hidden;
   /* flex:1; */
   flex-grow: 1;
}
.com-box .desc-boxHidden {

    font-size: 14px;
    -webkit-line-clamp: 2;
  line-height: 18px;
    background: rgba(0, 0, 0, 0.5);
}
.com-box .n-line {
  /* -webkit-line-clamp: 2; */
  /*line-height: 18px;*/
}
.sz-gj {
  /*.con-news:nth-child(odd),.con-news:nth-child(even) {
    padding: 0 7px;
  }*/
}
.sz-gj .desc-box {
  background-color: #756757;
}
.sz-gj .gj {
  margin-top: 50px;
  margin-bottom: 40px;
}
.economics-sociology-hot {
  margin-top: 90px;
}
.economics-sociology-hot .desc-box {
  background-color: #313131;
}
.economics-sociology-hot .social {
    margin-top: .63rem;
}
.economics-sociology-hot .hot .content .rate-box {
  width: 38.9%;
    padding-top: 25.8%;
 float: left;
}
.economics-sociology-hot .hot .content .rate-box img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.ad1 {
  margin: 100px auto 0 auto;
  max-width: 1550px;
}
.sec-4 {
  background-color: #131313;
  background-image: url("../img/pngs/sec4-bg.png");
  background-size: 100%;
  padding-top: 90px;
}
.sec-4 .desc-box { 
  background-color: #756757;
}
.sec-5 {
  background-color: #1b1b1b;
  padding-top: 90px;
}
.sec-5 .desc-box {
  background-color: #776758;
}
.sec-4 .com-box .mainBox,
.sec-5 .com-box .mainBox {
  margin-right: 0;
  margin-left: 0;
    /* flex: 1; */
    flex-grow: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sec-4 .com-box .mainBox .con-news,
.sec-5 .com-box .mainBox .con-news {
  padding-right: 0;
  height: 100%;
}
.sec {
  padding-bottom: 100px;
}
.sec .p3-p4 {
  margin-top: 50px;
}
.sec .cur-title {
  margin-right: 15px;
}
.sec .news {
  margin-right: 15px;
}
.pic-story {
  padding: 70px 0;
  background-color: #0b0b0b;
  overflow: hidden;
}
.pic-story .iconshuben{
	margin-left: -2px;
}
.iconshuxian{
	margin-left: -13px;
	margin-right: -10px;
}
.pic-story .total-page {
  display: none;
}
.pic-story .com-box .mainBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pic-story .hd {
  user-select: none;
  display: inline-block;
  line-height: 40px;
}
.pic-story .hd .iconfont {
  font-size: 12px;
  vertical-align: 2px;
}
.pic-story .mainBox {
  margin-right: 0 !important;
  flex-grow: 1;
}
.pic-story .mainBox .picList .swiper-wrapper{
  display: flex;
  height: auto!important;
}
.pic-story .mainBox .picList .swiper-wrapper .swiper-slide{
  height: auto!important;
}
.pic-story .title-box .hd .pageState {
  margin: 0 10px;
}
.pic-story .title-box .hd a {
  display: inline-block;
  background-color: #9a6e3d;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 30px;
  cursor: pointer;
}
.pic-story .rate-box {
  border-bottom: 7px solid #a62329;
}
.pic-story .picList li:nth-child(2n) .rate-box {
  border-color: #9a6e3d;
}
.person-exhibition {
  padding: 70px 0;
}
.person-exhibition .desc-box {
  background-color: #313131;
  text-align: center;
  font-size: 18px;
  padding: 16px;
  /* height: 70px;
  line-height: 70px; */
}
.person-exhibition .mainBox .rate-box {
  padding-top: 74%;
}
.person-exhibition .com-box .mainBox img{
  width: auto;
  height: 100%;
  max-width: unset;
  max-height: unset;
  object-fit: cover;
}
/* 超小屏幕（手机，小于 768px） */
/* 没有任何媒体查询相关的代码，因为这在 Bootstrap 中是默认的（还记得 Bootstrap 是移动设备优先的吗？） */
@media (max-width: 768px) {
  .com-box .con-news:nth-child(n+2) {
    margin-bottom: 10px;
  }
  .economics-sociology-hot {
    margin-top: 10px;
  }
  .person-exhibition .db {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .gather .paper {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .gather .yingxiang {
    margin-bottom: 10px;
  }
  .gather .three-box .desc-box {
    padding: 5px;
  }
  .gather .three-box .desc-box .tit {
    font-size: 14px;
  }
  .gather .three-box .desc-box .sub-tit {
    font-size: 12px;
  }
  .p1-p2 .com-box:last-child {
    margin-top: 20px;
  }
  .p3-p4 {
    margin-top: 20px;
  }
  .p3-p4 .com-box:last-child {
    margin-top: 20px;
  }
  .sec .cur-title {
    margin-right: 0;
  }
  .sec-4 .com-box .mainBox,
  .sec-5 .com-box .mainBox {
    margin-right: -10px;
  }
  .sec-4 .news,
  .sec-5 .news {
    margin-right: 10px;
  }
  .sec {
    margin-bottom: 20px;
  }
  .home-video .content .rightBox .playItem {
    margin-left: 0;
    cursor: pointer;
  }
  .link-followus .qr-list {
    margin-top: 15px;
    border-left: none !important;
  }
  .link-followus .qr-list .qr-box {
    text-align: center;
    padding-left: 15px;
  }
  .link-followus .link .content > div:nth-child(n+2) {
    margin-bottom: 10px;
  }
  .footer .fr {
    float: none;
    text-align: center;
    margin-top: 20px;
  }
}
/* 小屏幕（平板，小于等于 768px） */
@media (max-width: 768px) {
  .topbar .logo {
    width: 40%;
  }
  .topbar .logo img {
    width: 100%;
    height: auto;
  }
  .topbar {
    height: auto;
    padding: 10px;
  }
  .topbar .toolbar-right .search {
    display: none;
  }
  .sz-gj {
    margin: 20px 0;
  }
  .sz-gj .gj {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .wrap {
    padding: 0 10px;
  }
  .com-box .mainBox {
    margin-right: -10px;
  }
  .com-box .mainBox .con-news {
    padding-right: 10px;
  }
  .com-box .desc-box {
    padding: 8px 10px;
    font-size: 14px;
  }
  .economics-sociology-hot .social {
    margin-top: 20px;
  }
  .economics-sociology-hot .hot {
    margin-top: 20px;
  }
  .ad1 {
    margin: 20px 0;
  }
}
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
  .economics-sociology-hot .leftBox .economics .content {
    width: 100%;
    margin: 0 auto;
  }
  .economics-sociology-hot .leftBox .economics .content .imgBox {
    display: inline-block;
    max-width: 33.333%;
    min-width: 33.333%;
  }
  .economics-sociology-hot .leftBox .economics .content .imgBox div {
    margin-right: 16px;
  }
  .economics-sociology-hot .leftBox .economics .content .imgBox .phonePadding,
  .economics-sociology-hot .leftBox .economics .content .imgBox .phonePadding1 {
    margin-right: 16px;
    margin-bottom: 0;
    margin-left: 0;
  }
  .person-exhibition .mainBox {
    margin-right: -17px;
  }
  .link-followus .link {
    padding-right: 20px;
  }
  .link-followus .followus .title {
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  .gather .three-box .desc-box {
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .home-video .content .rightBox {
    margin-top: 20px;
  }
  .link-followus .link {
    padding-right: 0;
  }
  .link-followus .followus {
    margin-top: 20px;
  }
}
@media (max-width: 1300px) {
  .economics-sociology-hot .hot .topThree {
    font-size: 14px;
  }
  .com-box .desc-box {
    font-size: 14px;

    overflow: hidden;
  }
  
  .com-box .desc-boxHidden {
 font-size: 14px;

}
}
@media (max-width: 1000px) {
  .com-box .desc-box,
  .economics-sociology-hot .hot .topThree {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .hot {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .hot {
    margin-top: 40px;
  }
  .ad1 {
    margin: 20px 0;
  }
  .sec .p3-p4 {
    margin-top: 0;
  }
  .sec .com-box {
    margin-bottom: 25px;
  }
  .sec {
    padding: 30px 0;
  }
}
.w1550 {
  max-width: 1550px;
  overflow: hidden;
}
.single-link {
  width: auto;
  height: auto;
}
.hot a:hover {
  font-weight: bold;
}
.pic-story .picList div:nth-child(2n) .rate-box {
  border-color: #9a6e3d;
}
/*# sourceMappingURL=index.css.map */

/*个人信息*/

.mian{
	background: #fff;
}
.economics-sociology-hot .rightBoxClass{
  display: flex;
  /* position: absolute;
  top: 0px;
  bottom: 0;
  right: 0; */
}
.economics-sociology-hot .rightBoxClass .com-box{
  /* position: absolute;
  top: 0;
  bottom: 0; */
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}
.economics-sociology-hot .rightBoxClass .com-box .content.container-fluid{
  flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
}
.mainBox .con-news.col-xs-6{
  width: 49.9%;
}
@media (min-width: 768px){
  .mainBox .con-news.col-sm-3,
  .mainBox .con-news.col-xs-3{
    width: 24.98%
  }
  .mainBox .con-news.col-sm-4{
    width: 33%
  }
  .home-video .content .rightBox li.col-sm-6{
    width: 49.9%;
  }
}
@media (min-width: 992px){
  .com-box.col-md-6{
    width: 49.9%;
  }
} 